πŸ““ Artificial Intelligence/Introduction to AI/Week 3 - Introduction/Definitions/Input_Function.md by @KGBicheno β˜†

input function

Go back to the [[AI Glossary]]

#TensorFlow

In TensorFlow, a function that returns input data to the training, evaluation, or prediction method of an Estimator. For example, the training input function returns a batch of features and labels from the training set.